![]() |
PlotIconRef |
||||
Header: | Icons.h | Carbon status: | Supported | |
Draws an icon using appropriate size and depth data from an IconRef.
OSErr PlotIconRef ( const Rect *theRect, IconAlignmentType align, IconTransformType transform, IconServicesUsageFlags theIconServicesUsageFlags, IconRef theIconRef );
A pointer to the rectangle where the icon is to be drawn.
A value specifying how Icon Services should align the icon within the rectangle. For a description of possible return values, see
A value specifying how Icon Services should modify the appearance of the icon.
Reserved for future use. Pass the kIconServicesDefaultUsageFlags constant in this parameter.
The IconRef for the icon to draw.
A result code.
This function is similar to the Icon Utilities function PlotIconSuite.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)